home *** CD-ROM | disk | FTP | other *** search
/ System Booster / System Booster.iso / Archives / ARexxTools / InfraRexx.lha / InfraRexx / Examples / ToolManager / Start Example < prev    next >
Encoding:
Text File  |  1995-09-30  |  323 b   |  11 lines

  1. ; InfraRexx Example showing use of ToolManager Dock as remote control window
  2. ;
  3. ; Example created by Ketil Hunn, adapted by Leon Woestenberg.
  4. ;
  5. ; add an assign for the buttons
  6. Assign NAME DOCK: TARGET "Icons" ADD
  7.  
  8. ; start ToolManager (we would like to use APPEND instead of USE here)
  9. ToolManager FROM ToolManager.prefs USE
  10.  
  11.